projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f96776
)
(open-line): Treat all cases of enabled undo alike.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 11 Jan 1994 15:56:29 +0000
(15:56 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 11 Jan 1994 15:56:29 +0000
(15:56 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 8eb0ace9d4656659c31309d52bd378b7dee00049..46fed18c818c874d09b72094e8bb81bd37aee824 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-41,7
+41,7
@@
With arg N, insert N newlines."
;; If undo is enabled, don't let this hack be visible:
;; record the real value of point as the place to move back to
;; if we undo this insert.
- (if (
and buffer-undo-list (not (eq buffer-undo-list t)
))
+ (if (
not (eq buffer-undo-list t
))
(setq buffer-undo-list (cons (point) buffer-undo-list)))
(forward-char -1)))
(save-excursion